Modified gtk_tree_view_move_cursor_up_down to move focus inside the cell area
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 9 Dec 2010 09:01:16 +0000 (18:01 +0900)
committerKristian Rietveld <kris@gtk.org>
Sun, 12 Dec 2010 16:21:28 +0000 (17:21 +0100)
commit632f1f3ac481ad0e718063cb6da67593551af8ef
treec55e1028103bec80541ddbf08ad17673dbea6cbf
parent2752fd0f16347bc9a40d25079d4a2b1a3b4200f0
Modified gtk_tree_view_move_cursor_up_down to move focus inside the cell area

This currently leaves us the problem of maintaining the right cell in
focus for horizontal areas, the solution for that comming in the
next patch.
gtk/gtktreeview.c